Timestamped(T, DateTimeOffset) constructor¶
Defined in
Type: TimestampedSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public Timestamped(T value, DateTimeOffset timestamp)
Summary: Constructs a timestamped value.
Parameters
| Name | Type | Description |
|---|---|---|
value | T | The value to be annotated with a timestamp. |
timestamp | DateTimeOffset | Timestamp associated with the value. |